Html Css Color HEX #08CBED Deep Sky Blue

📋 copy color: '#08CBED'

red 8 ◦ green 203 ◦ blue 237

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

Shades of Deep Sky Blue #08CBED

Tints of Deep Sky Blue #08CBED

RGB

 RED value IS 8 (3.52% from 255) = 1.79%

 GREEN value IS 203 (79.69% from 255) = 45.31%

 BLUE value IS 237 (92.97% from 255) = 52.9%

R = 1.79%
G = 45.31%
B = 52.9%

CMYK

 C value IS 0.97

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#08CBED (or 0x08CBED) is known color: Deep Sky Blue. HEX triplet: 08, CB and ED. RGB value is (8,203,237). Sum of RGB (Red+Green+Blue) = 8+203+237=448 (59% of max value = 765). Red value is 8 (3.52% from 255 or 1.79% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #08CBED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08CBED is #F73412. Grayscale: #949494. Windows color (decimal): -16200723 or 15584008. OLE color: 15584008.

HSL color Cylindrical-coordinate representation of color #08CBED: hue angle of 188.91º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08CBED is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 8 203 237 -
CMYK 0.97 0.14 0 0.07
HSL 188.91º 0.93% 0.48% -
HSV(B) 188.91º 0.97% 0.93% -
XYZ 36.74 48.88 87.62 -
YUV 148.57 177.9 27.74 -
System Red Green Blue C M Y K H S L
Decimal 8 203 237 0.97 0.14 0 0.07 188.91 0.93 0.48
Hex 8 CB ED 61 E 0 7 BD 5D 30
Octal 10 313 355 141 16 0 7 275 135 60
Binary 1000 11001011 11101101 1100001 1110 0 111 10111101 1011101 110000

Color Harmonies of #08CBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08CBED

Black with #08CBED

Text Example


Text Example

White with #08CBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08CBED; }

 p { color: rgb(8,203,237); }

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

background-color css

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

 a { background-color: rgb(8,203,237); }

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

border-color css

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

 span { border-color: rgb(8,203,237); }

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