Html Css Color HEX #CEEFE6 Humming Bird

📋 copy color: '#CEEFE6'

red 206 ◦ green 239 ◦ blue 230

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

Shades of Humming Bird #CEEFE6

Tints of Humming Bird #CEEFE6

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.41%

 BLUE value IS 230 (90.23% from 255) = 34.07%

R = 30.52%
G = 35.41%
B = 34.07%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#CEEFE6 (or 0xCEEFE6) is known color: Humming Bird. HEX triplet: CE, EF and E6. RGB value is (206,239,230). Sum of RGB (Red+Green+Blue) = 206+239+230=675 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.52% from 675); Green value is 239 (93.75% from 255 or 35.41% from 675); Blue value is 230 (90.23% from 255 or 34.07% from 675); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEFE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEFE6 is #311019. Grayscale: #E4E4E4. Windows color (decimal): -3215386 or 15134670. OLE color: 15134670.

HSL color Cylindrical-coordinate representation of color #CEEFE6: hue angle of 163.64º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEEFE6 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 239 230 -
CMYK 0.14 0 0.04 0.06
HSL 163.64º 0.51% 0.87% -
HSV(B) 163.64º 0.14% 0.94% -
XYZ 70.6 80.57 86.69 -
YUV 228.11 129.07 112.23 -
System Red Green Blue C M Y K H S L
Decimal 206 239 230 0.14 0 0.04 0.06 163.64 0.51 0.87
Hex CE EF E6 E 0 4 6 A4 33 57
Octal 316 357 346 16 0 4 6 244 63 127
Binary 11001110 11101111 11100110 1110 0 100 110 10100100 110011 1010111

Color Harmonies of #CEEFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEFE6

Black with #CEEFE6

Text Example


Text Example

White with #CEEFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEFE6; }

 p { color: rgb(206,239,230); }

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

background-color css

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

 a { background-color: rgb(206,239,230); }

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

border-color css

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

 span { border-color: rgb(206,239,230); }

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