Html Css Color HEX #CEE8FA Pattens Blue

📋 copy color: '#CEE8FA'

red 206 ◦ green 232 ◦ blue 250

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

Shades of Pattens Blue #CEE8FA

Tints of Pattens Blue #CEE8FA

RGB

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

 GREEN value IS 232 (91.02% from 255) = 33.72%

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

R = 29.94%
G = 33.72%
B = 36.34%

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

#CEE8FA (or 0xCEE8FA) is known color: Pattens Blue. HEX triplet: CE, E8 and FA. RGB value is (206,232,250). Sum of RGB (Red+Green+Blue) = 206+232+250=688 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.94% from 688); Green value is 232 (91.02% from 255 or 33.72% from 688); Blue value is 250 (98.05% from 255 or 36.34% from 688); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEE8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE8FA is #311705. Grayscale: #E2E2E2. Windows color (decimal): -3217158 or 16443598. OLE color: 16443598.

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

Color convert

RGB 206 232 250 -
CMYK 0.18 0.07 0 0.02
HSL 204.55º 0.81% 0.89% -
HSV(B) 204.55º 0.18% 0.98% -
XYZ 71.57 77.74 101.68 -
YUV 226.28 141.39 113.54 -
System Red Green Blue C M Y K H S L
Decimal 206 232 250 0.18 0.07 0 0.02 204.55 0.81 0.89
Hex CE E8 FA 12 7 0 2 CD 51 59
Octal 316 350 372 22 7 0 2 315 121 131
Binary 11001110 11101000 11111010 10010 111 0 10 11001101 1010001 1011001

Color Harmonies of #CEE8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE8FA

Black with #CEE8FA

Text Example


Text Example

White with #CEE8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE8FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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