Html Css Color HEX #00CBFA Deep Sky Blue

📋 copy color: '#00CBFA'

red 0 ◦ green 203 ◦ blue 250

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

Shades of Deep Sky Blue #00CBFA

Tints of Deep Sky Blue #00CBFA

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 250 (98.05% from 255) = 55.19%

R = 0%
G = 44.81%
B = 55.19%

CMYK

 C value IS 1

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#00CBFA (or 0x00CBFA) is known color: Deep Sky Blue. HEX triplet: 00, CB and FA. RGB value is (0,203,250). Sum of RGB (Red+Green+Blue) = 0+203+250=453 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 250 (98.05% from 255 or 55.19% from 453); Max value from RGB is 250 - color contains mainly: blue. Hex color #00CBFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00CBFA is #FF3405. Grayscale: #939393. Windows color (decimal): -16724998 or 16435968. OLE color: 16435968.

HSL color Cylindrical-coordinate representation of color #00CBFA: hue angle of 191.28º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CBFA is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 0 203 250 -
CMYK 1 0.19 0 0.02
HSL 191.28º 1% 0.49% -
HSV(B) 191.28º 1% 0.98% -
XYZ 38.61 49.61 97.98 -
YUV 147.66 185.75 22.68 -
System Red Green Blue C M Y K H S L
Decimal 0 203 250 1 0.19 0 0.02 191.28 1 0.49
Hex 0 CB FA 64 13 0 2 BF 64 31
Octal 0 313 372 144 23 0 2 277 144 61
Binary 0 11001011 11111010 1100100 10011 0 10 10111111 1100100 110001

Color Harmonies of #00CBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CBFA

Black with #00CBFA

Text Example


Text Example

White with #00CBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00CBFA; }

 p { color: rgb(0,203,250); }

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

background-color css

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

 a { background-color: rgb(0,203,250); }

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

border-color css

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

 span { border-color: rgb(0,203,250); }

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