Html Css Color HEX #B0CFDF Light Blue

📋 copy color: '#B0CFDF'

red 176 ◦ green 207 ◦ blue 223

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

Shades of Light Blue #B0CFDF

Tints of Light Blue #B0CFDF

RGB

 RED value IS 176 (69.14% from 255) = 29.04%

 GREEN value IS 207 (81.25% from 255) = 34.16%

 BLUE value IS 223 (87.5% from 255) = 36.8%

R = 29.04%
G = 34.16%
B = 36.8%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B0CFDF (or 0xB0CFDF) is known color: Light Blue. HEX triplet: B0, CF and DF. RGB value is (176,207,223). Sum of RGB (Red+Green+Blue) = 176+207+223=606 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.04% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #B0CFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CFDF is #4F3020. Grayscale: #C7C7C7. Windows color (decimal): -5189665 or 14667696. OLE color: 14667696.

HSL color Cylindrical-coordinate representation of color #B0CFDF: hue angle of 200.43º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0CFDF is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 207 223 -
CMYK 0.21 0.07 0 0.13
HSL 200.43º 0.42% 0.78% -
HSV(B) 200.43º 0.21% 0.87% -
XYZ 53.54 59.18 78.41 -
YUV 199.56 141.23 111.2 -
System Red Green Blue C M Y K H S L
Decimal 176 207 223 0.21 0.07 0 0.13 200.43 0.42 0.78
Hex B0 CF DF 15 7 0 D C8 2A 4E
Octal 260 317 337 25 7 0 15 310 52 116
Binary 10110000 11001111 11011111 10101 111 0 1101 11001000 101010 1001110

Color Harmonies of #B0CFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CFDF

Black with #B0CFDF

Text Example


Text Example

White with #B0CFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CFDF; }

 p { color: rgb(176,207,223); }

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

background-color css

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

 a { background-color: rgb(176,207,223); }

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

border-color css

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

 span { border-color: rgb(176,207,223); }

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