Html Css Color HEX #CEEBFE Pattens Blue

📋 copy color: '#CEEBFE'

red 206 ◦ green 235 ◦ blue 254

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

Shades of Pattens Blue #CEEBFE

Tints of Pattens Blue #CEEBFE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 33.81%

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

R = 29.64%
G = 33.81%
B = 36.55%

CMYK

 C value IS 0.19

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CEEBFE (or 0xCEEBFE) is known color: Pattens Blue. HEX triplet: CE, EB and FE. RGB value is (206,235,254). Sum of RGB (Red+Green+Blue) = 206+235+254=695 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.64% from 695); Green value is 235 (92.19% from 255 or 33.81% from 695); Blue value is 254 (99.61% from 255 or 36.55% from 695); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEEBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEBFE is #311401. Grayscale: #E4E4E4. Windows color (decimal): -3216386 or 16706510. OLE color: 16706510.

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

Color convert

RGB 206 235 254 -
CMYK 0.19 0.07 0 0.00
HSL 203.75º 0.96% 0.9% -
HSV(B) 203.75º 0.19% 1% -
XYZ 73.05 79.69 105.3 -
YUV 228.5 142.39 111.96 -
System Red Green Blue C M Y K H S L
Decimal 206 235 254 0.19 0.07 0 0.00 203.75 0.96 0.9
Hex CE EB FE 13 7 0 0 CC 60 5A
Octal 316 353 376 23 7 0 0 314 140 132
Binary 11001110 11101011 11111110 10011 111 0 0 11001100 1100000 1011010

Color Harmonies of #CEEBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEBFE

Black with #CEEBFE

Text Example


Text Example

White with #CEEBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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