Html Css Color HEX #CBF9E4 Humming Bird

📋 copy color: '#CBF9E4'

red 203 ◦ green 249 ◦ blue 228

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

Shades of Humming Bird #CBF9E4

Tints of Humming Bird #CBF9E4

RGB

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

 GREEN value IS 249 (97.66% from 255) = 36.62%

 BLUE value IS 228 (89.45% from 255) = 33.53%

R = 29.85%
G = 36.62%
B = 33.53%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#CBF9E4 (or 0xCBF9E4) is known color: Humming Bird. HEX triplet: CB, F9 and E4. RGB value is (203,249,228). Sum of RGB (Red+Green+Blue) = 203+249+228=680 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.85% from 680); Green value is 249 (97.66% from 255 or 36.62% from 680); Blue value is 228 (89.45% from 255 or 33.53% from 680); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF9E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF9E4 is #34061B. Grayscale: #E8E8E8. Windows color (decimal): -3409436 or 15006155. OLE color: 15006155.

HSL color Cylindrical-coordinate representation of color #CBF9E4: hue angle of 152.61º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBF9E4 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 249 228 -
CMYK 0.18 0 0.08 0.02
HSL 152.61º 0.79% 0.89% -
HSV(B) 152.61º 0.18% 0.98% -
XYZ 72.51 86.05 86.19 -
YUV 232.85 125.26 106.71 -
System Red Green Blue C M Y K H S L
Decimal 203 249 228 0.18 0 0.08 0.02 152.61 0.79 0.89
Hex CB F9 E4 12 0 8 2 99 4F 59
Octal 313 371 344 22 0 10 2 231 117 131
Binary 11001011 11111001 11100100 10010 0 1000 10 10011001 1001111 1011001

Color Harmonies of #CBF9E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF9E4

Black with #CBF9E4

Text Example


Text Example

White with #CBF9E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF9E4; }

 p { color: rgb(203,249,228); }

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

background-color css

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

 a { background-color: rgb(203,249,228); }

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

border-color css

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

 span { border-color: rgb(203,249,228); }

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