Html Css Color HEX #CBEFE6 Humming Bird

📋 copy color: '#CBEFE6'

red 203 ◦ green 239 ◦ blue 230

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

Shades of Humming Bird #CBEFE6

Tints of Humming Bird #CBEFE6

RGB

 RED value IS 203 (79.69% from 255) = 30.21%

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

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

R = 30.21%
G = 35.57%
B = 34.23%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#CBEFE6 (or 0xCBEFE6) is known color: Humming Bird. HEX triplet: CB, EF and E6. RGB value is (203,239,230). Sum of RGB (Red+Green+Blue) = 203+239+230=672 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.21% from 672); Green value is 239 (93.75% from 255 or 35.57% from 672); Blue value is 230 (90.23% from 255 or 34.23% from 672); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEFE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEFE6 is #341019. Grayscale: #E3E3E3. Windows color (decimal): -3411994 or 15134667. OLE color: 15134667.

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

Color convert

RGB 203 239 230 -
CMYK 0.15 0 0.04 0.06
HSL 165º 0.53% 0.87% -
HSV(B) 165º 0.15% 0.94% -
XYZ 69.78 80.14 86.65 -
YUV 227.21 129.57 110.73 -
System Red Green Blue C M Y K H S L
Decimal 203 239 230 0.15 0 0.04 0.06 165 0.53 0.87
Hex CB EF E6 F 0 4 6 A5 35 57
Octal 313 357 346 17 0 4 6 245 65 127
Binary 11001011 11101111 11100110 1111 0 100 110 10100101 110101 1010111

Color Harmonies of #CBEFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEFE6

Black with #CBEFE6

Text Example


Text Example

White with #CBEFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEFE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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