Html Css Color HEX #CEEAFE Pattens Blue

📋 copy color: '#CEEAFE'

red 206 ◦ green 234 ◦ blue 254

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

Shades of Pattens Blue #CEEAFE

Tints of Pattens Blue #CEEAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.6%

R = 29.68%
G = 33.72%
B = 36.6%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CEEAFE (or 0xCEEAFE) is known color: Pattens Blue. HEX triplet: CE, EA and FE. RGB value is (206,234,254). Sum of RGB (Red+Green+Blue) = 206+234+254=694 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.68% from 694); Green value is 234 (91.80% from 255 or 33.72% from 694); Blue value is 254 (99.61% from 255 or 36.60% from 694); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEEAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEAFE is #311501. Grayscale: #E3E3E3. Windows color (decimal): -3216642 or 16706254. OLE color: 16706254.

HSL color Cylindrical-coordinate representation of color #CEEAFE: hue angle of 205º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEEAFE is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 206 234 254 -
CMYK 0.19 0.08 0 0.00
HSL 205º 0.96% 0.9% -
HSV(B) 205º 0.19% 1% -
XYZ 72.77 79.12 105.2 -
YUV 227.91 142.72 112.37 -
System Red Green Blue C M Y K H S L
Decimal 206 234 254 0.19 0.08 0 0.00 205 0.96 0.9
Hex CE EA FE 13 8 0 0 CD 60 5A
Octal 316 352 376 23 10 0 0 315 140 132
Binary 11001110 11101010 11111110 10011 1000 0 0 11001101 1100000 1011010

Color Harmonies of #CEEAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEAFE

Black with #CEEAFE

Text Example


Text Example

White with #CEEAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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