Html Css Color HEX #CEEAFA Pattens Blue

📋 copy color: '#CEEAFA'

red 206 ◦ green 234 ◦ blue 250

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

Shades of Pattens Blue #CEEAFA

Tints of Pattens Blue #CEEAFA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 33.91%

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

R = 29.86%
G = 33.91%
B = 36.23%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CEEAFA (or 0xCEEAFA) is known color: Pattens Blue. HEX triplet: CE, EA and FA. RGB value is (206,234,250). Sum of RGB (Red+Green+Blue) = 206+234+250=690 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.86% from 690); Green value is 234 (91.80% from 255 or 33.91% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEEAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEAFA is #311505. Grayscale: #E3E3E3. Windows color (decimal): -3216646 or 16444110. OLE color: 16444110.

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

Color convert

RGB 206 234 250 -
CMYK 0.18 0.06 0 0.02
HSL 201.82º 0.81% 0.89% -
HSV(B) 201.82º 0.18% 0.98% -
XYZ 72.13 78.87 101.86 -
YUV 227.45 140.72 112.7 -
System Red Green Blue C M Y K H S L
Decimal 206 234 250 0.18 0.06 0 0.02 201.82 0.81 0.89
Hex CE EA FA 12 6 0 2 CA 51 59
Octal 316 352 372 22 6 0 2 312 121 131
Binary 11001110 11101010 11111010 10010 110 0 10 11001010 1010001 1011001

Color Harmonies of #CEEAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEAFA

Black with #CEEAFA

Text Example


Text Example

White with #CEEAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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