Html Css Color HEX #7BD2F2 Sky Blue

📋 copy color: '#7BD2F2'

red 123 ◦ green 210 ◦ blue 242

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

Shades of Sky Blue #7BD2F2

Tints of Sky Blue #7BD2F2

RGB

 RED value IS 123 (48.44% from 255) = 21.39%

 GREEN value IS 210 (82.42% from 255) = 36.52%

 BLUE value IS 242 (94.92% from 255) = 42.09%

R = 21.39%
G = 36.52%
B = 42.09%

CMYK

 C value IS 0.49

 M value IS 0.13

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7BD2F2 (or 0x7BD2F2) is known color: Sky Blue. HEX triplet: 7B, D2 and F2. RGB value is (123,210,242). Sum of RGB (Red+Green+Blue) = 123+210+242=575 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.39% from 575); Green value is 210 (82.42% from 255 or 36.52% from 575); Blue value is 242 (94.92% from 255 or 42.09% from 575); Max value from RGB is 242 - color contains mainly: blue. Hex color #7BD2F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BD2F2 is #842D0D. Grayscale: #BBBBBB. Windows color (decimal): -8662286 or 15913595. OLE color: 15913595.

HSL color Cylindrical-coordinate representation of color #7BD2F2: hue angle of 196.13º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BD2F2 is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 123 210 242 -
CMYK 0.49 0.13 0 0.05
HSL 196.13º 0.82% 0.72% -
HSV(B) 196.13º 0.49% 0.95% -
XYZ 47.24 56.71 92.46 -
YUV 187.64 158.68 81.9 -
System Red Green Blue C M Y K H S L
Decimal 123 210 242 0.49 0.13 0 0.05 196.13 0.82 0.72
Hex 7B D2 F2 31 D 0 5 C4 52 48
Octal 173 322 362 61 15 0 5 304 122 110
Binary 1111011 11010010 11110010 110001 1101 0 101 11000100 1010010 1001000

Color Harmonies of #7BD2F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BD2F2

Black with #7BD2F2

Text Example


Text Example

White with #7BD2F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7BD2F2; }

 p { color: rgb(123,210,242); }

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

background-color css

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

 a { background-color: rgb(123,210,242); }

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

border-color css

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

 span { border-color: rgb(123,210,242); }

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