Html Css Color HEX #CEE9FA Pattens Blue

📋 copy color: '#CEE9FA'

red 206 ◦ green 233 ◦ blue 250

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

Shades of Pattens Blue #CEE9FA

Tints of Pattens Blue #CEE9FA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 33.82%

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

R = 29.9%
G = 33.82%
B = 36.28%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CEE9FA (or 0xCEE9FA) is known color: Pattens Blue. HEX triplet: CE, E9 and FA. RGB value is (206,233,250). Sum of RGB (Red+Green+Blue) = 206+233+250=689 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.90% from 689); Green value is 233 (91.41% from 255 or 33.82% from 689); Blue value is 250 (98.05% from 255 or 36.28% from 689); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEE9FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE9FA is #311605. Grayscale: #E2E2E2. Windows color (decimal): -3216902 or 16443854. OLE color: 16443854.

HSL color Cylindrical-coordinate representation of color #CEE9FA: hue angle of 203.18º 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 #CEE9FA is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 233 250 -
CMYK 0.18 0.07 0 0.02
HSL 203.18º 0.81% 0.89% -
HSV(B) 203.18º 0.18% 0.98% -
XYZ 71.85 78.3 101.77 -
YUV 226.87 141.05 113.12 -
System Red Green Blue C M Y K H S L
Decimal 206 233 250 0.18 0.07 0 0.02 203.18 0.81 0.89
Hex CE E9 FA 12 7 0 2 CB 51 59
Octal 316 351 372 22 7 0 2 313 121 131
Binary 11001110 11101001 11111010 10010 111 0 10 11001011 1010001 1011001

Color Harmonies of #CEE9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE9FA

Black with #CEE9FA

Text Example


Text Example

White with #CEE9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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