Html Css Color HEX #CEEAFF Pattens Blue

📋 copy color: '#CEEAFF'

red 206 ◦ green 234 ◦ blue 255

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

Shades of Pattens Blue #CEEAFF

Tints of Pattens Blue #CEEAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.69%

R = 29.64%
G = 33.67%
B = 36.69%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CEEAFF (or 0xCEEAFF) is known color: Pattens Blue. HEX triplet: CE, EA and FF. RGB value is (206,234,255). Sum of RGB (Red+Green+Blue) = 206+234+255=695 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.64% from 695); Green value is 234 (91.80% from 255 or 33.67% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEEAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEAFF is #311500. Grayscale: #E3E3E3. Windows color (decimal): -3216641 or 16771790. OLE color: 16771790.

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

Color convert

RGB 206 234 255 -
CMYK 0.19 0.08 0 0
HSL 205.71º 1% 0.9% -
HSV(B) 205.71º 0.19% 1% -
XYZ 72.93 79.19 106.05 -
YUV 228.02 143.22 112.29 -
System Red Green Blue C M Y K H S L
Decimal 206 234 255 0.19 0.08 0 0 205.71 1 0.9
Hex CE EA FF 13 8 0 0 CE 64 5A
Octal 316 352 377 23 10 0 0 316 144 132
Binary 11001110 11101010 11111111 10011 1000 0 0 11001110 1100100 1011010

Color Harmonies of #CEEAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEAFF

Black with #CEEAFF

Text Example


Text Example

White with #CEEAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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