Html Css Color HEX #CBF9E7 Humming Bird

📋 copy color: '#CBF9E7'

red 203 ◦ green 249 ◦ blue 231

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

Shades of Humming Bird #CBF9E7

Tints of Humming Bird #CBF9E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 33.82%

R = 29.72%
G = 36.46%
B = 33.82%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#CBF9E7 (or 0xCBF9E7) is known color: Humming Bird. HEX triplet: CB, F9 and E7. RGB value is (203,249,231). Sum of RGB (Red+Green+Blue) = 203+249+231=683 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.72% from 683); Green value is 249 (97.66% from 255 or 36.46% from 683); Blue value is 231 (90.62% from 255 or 33.82% from 683); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF9E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF9E7 is #340618. Grayscale: #E9E9E9. Windows color (decimal): -3409433 or 15202763. OLE color: 15202763.

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

Color convert

RGB 203 249 231 -
CMYK 0.18 0 0.07 0.02
HSL 156.52º 0.79% 0.89% -
HSV(B) 156.52º 0.18% 0.98% -
XYZ 72.93 86.22 88.4 -
YUV 233.19 126.76 106.46 -
System Red Green Blue C M Y K H S L
Decimal 203 249 231 0.18 0 0.07 0.02 156.52 0.79 0.89
Hex CB F9 E7 12 0 7 2 9D 4F 59
Octal 313 371 347 22 0 7 2 235 117 131
Binary 11001011 11111001 11100111 10010 0 111 10 10011101 1001111 1011001

Color Harmonies of #CBF9E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF9E7

Black with #CBF9E7

Text Example


Text Example

White with #CBF9E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF9E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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