Html Css Color HEX #CEE6FA Pattens Blue

📋 copy color: '#CEE6FA'

red 206 ◦ green 230 ◦ blue 250

#CEE6FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pattens Blue #CEE6FA

Tints of Pattens Blue #CEE6FA

RGB

 RED value IS 206 (80.86% from 255) = 30.03%

 GREEN value IS 230 (90.23% from 255) = 33.53%

 BLUE value IS 250 (98.05% from 255) = 36.44%

R = 30.03%
G = 33.53%
B = 36.44%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CEE6FA (or 0xCEE6FA) is known color: Pattens Blue. HEX triplet: CE, E6 and FA. RGB value is (206,230,250). Sum of RGB (Red+Green+Blue) = 206+230+250=686 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.03% from 686); Green value is 230 (90.23% from 255 or 33.53% from 686); Blue value is 250 (98.05% from 255 or 36.44% from 686); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEE6FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE6FA is #311905. Grayscale: #E1E1E1. Windows color (decimal): -3217670 or 16443086. OLE color: 16443086.

HSL color Cylindrical-coordinate representation of color #CEE6FA: hue angle of 207.27º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEE6FA is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 230 250 -
CMYK 0.18 0.08 0 0.02
HSL 207.27º 0.81% 0.89% -
HSV(B) 207.27º 0.18% 0.98% -
XYZ 71.01 76.62 101.49 -
YUV 225.1 142.05 114.37 -
System Red Green Blue C M Y K H S L
Decimal 206 230 250 0.18 0.08 0 0.02 207.27 0.81 0.89
Hex CE E6 FA 12 8 0 2 CF 51 59
Octal 316 346 372 22 10 0 2 317 121 131
Binary 11001110 11100110 11111010 10010 1000 0 10 11001111 1010001 1011001

Color Harmonies of #CEE6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE6FA

Black with #CEE6FA

Text Example


Text Example

White with #CEE6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE6FA; }

 p { color: rgb(206,230,250); }

 H1.HeaderClassName
 {
   color: #CEE6FA;
 }
 .AnyTagClassName
 {
   color: #CEE6FA;
 }
</style>

background-color css

<style>
 a { background-color: #CEE6FA; }

 a { background-color: rgb(206,230,250); }

 div.DivClassName
 {
   background-color: #CEE6FA;
 }
 .BgClassName
 {
   background-color: #CEE6FA;
 }
</style>

border-color css

<style>
 span { border-color: #CEE6FA; }

 span { border-color: rgb(206,230,250); }

 td.TdClassName
 {
   border-color: #CEE6FA;
 }
 .TagClassName
 {
   border-color: #CEE6FA;
 }
</style>