Html Css Color HEX #0CB7FB Deep Sky Blue

📋 copy color: '#0CB7FB'

red 12 ◦ green 183 ◦ blue 251

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

Shades of Deep Sky Blue #0CB7FB

Tints of Deep Sky Blue #0CB7FB

RGB

 RED value IS 12 (5.08% from 255) = 2.69%

 GREEN value IS 183 (71.88% from 255) = 41.03%

 BLUE value IS 251 (98.44% from 255) = 56.28%

R = 2.69%
G = 41.03%
B = 56.28%

CMYK

 C value IS 0.95

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0CB7FB (or 0x0CB7FB) is known color: Deep Sky Blue. HEX triplet: 0C, B7 and FB. RGB value is (12,183,251). Sum of RGB (Red+Green+Blue) = 12+183+251=446 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.69% from 446); Green value is 183 (71.88% from 255 or 41.03% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #0CB7FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CB7FB is #F34804. Grayscale: #8B8B8B. Windows color (decimal): -15943685 or 16496396. OLE color: 16496396.

HSL color Cylindrical-coordinate representation of color #0CB7FB: hue angle of 197.07º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CB7FB is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 12 183 251 -
CMYK 0.95 0.27 0 0.02
HSL 197.07º 0.97% 0.52% -
HSV(B) 197.07º 0.95% 0.98% -
XYZ 34.5 40.91 97.35 -
YUV 139.62 190.85 36.97 -
System Red Green Blue C M Y K H S L
Decimal 12 183 251 0.95 0.27 0 0.02 197.07 0.97 0.52
Hex C B7 FB 5F 1B 0 2 C5 61 34
Octal 14 267 373 137 33 0 2 305 141 64
Binary 1100 10110111 11111011 1011111 11011 0 10 11000101 1100001 110100

Color Harmonies of #0CB7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB7FB

Black with #0CB7FB

Text Example


Text Example

White with #0CB7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CB7FB; }

 p { color: rgb(12,183,251); }

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

background-color css

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

 a { background-color: rgb(12,183,251); }

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

border-color css

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

 span { border-color: rgb(12,183,251); }

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